XML Einrichten Version 1.2
CommunicationCode Element
XML Einrichten Version 1.2 > ContactCommunication Complex Type : CommunicationCode Element
Beschreibung
Typ der Kommunikationsadresse
Codeliste:
EM = eMail
FX = Fax
TE = Telefon
AL = MobilTelefon
TCommunication Type
Code list:
EM = eMail
FX = Fax
TE = Phone
AL = Mobile phone
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
CommunicationCode Element
Overview
CommunicationCode Restriction of xs:string
Typ der Kommunikationsadresse
Codeliste:
EM = eMail
FX = Fax
TE = Telefon
AL = MobilTelefon
TCommunication Type
Code list:
EM = eMail
FX = Fax
TE = Phone
AL = Mobile phone
Quelle
<xs:element name="CommunicationCode" minOccurs="1" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Typ der Kommunikationsadresse</dt>
        <dt>Codeliste:  </dt>
        <dt>EM = eMail</dt>
        <dt>FX = Fax</dt>
        <dt>TE = Telefon</dt>
        <dt>AL = MobilTelefon</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>TCommunication Type</dt>
        <dt>Code list:  </dt>
        <dt>EM = eMail</dt>
        <dt>FX = Fax</dt>
        <dt>TE = Phone</dt>
        <dt>AL = Mobile phone</dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="3" />
      <xs:enumeration value="AL" />
      <xs:enumeration value="EM" />
      <xs:enumeration value="FX" />
      <xs:enumeration value="TE" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Siehe auch
ContactCommunication Complex TypeXML Einrichten Version 1.2